background task - перевод на голландский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

background task - перевод на голландский

PROCESS THAT RUNS IN THE BACKGROUND
Resident module; Resident protection; Background (computer software); Background processes; Hidden process; Background task

background task         
achtergrond taak, taak die wordt uitgevoerd gelijktijdig met de hoofd-applicatie
task force         
GROUP OR FORMATION ESTABLISHED TO WORK ON A SINGLE DEFINED TASK OR ACTIVITY
Task group; Task Group; Taskforce; Joint task forces; Task Unit; Task Force; US European Command Combined Task Force; Task forces; Task unit; Task element
speciale eenheid, gevechtsgroep (vooral v.h. leger)
background radiation         
  • gamma radiation]] level is 9.8 [[μR/h]] (0.82 mSv/a) This is very close to the world average background radiation of 0.87 mSv/a from cosmic and terrestrial sources.
  • Displays showing ambient radiation fields of 0.120–0.130 μSv/h (1.05–1.14 mSv/a) in a nuclear power plant. This reading includes natural background from cosmic and terrestrial sources.
  •  access-date=2008-02-19}}</ref>
LEVEL OF IONIZING RADIATION PRESENT IN THE NATURAL ENVIRONMENT
Background Radiation; Natural radioactivity; Terrestrial radiation; Natural radiation; Background count; Natural background radiation; Environmental radiation; Radiation background; Ambient radiation
achtergrond bestraling (een zwakke bestraling die boven de aarde hangt)

Определение

task force
also taskforce (task forces)
Frequency: The word is one of the 3000 most common words in English.
1.
A task force is a small section of an army, navy, or air force that is sent to a particular place to deal with a military crisis.
The United States is sending a naval task force to the area to evacuate American citizens.
N-COUNT
2.
A task force is a group of people working together on a particular task.
We have set up a task force to look at the question of women returning to work.
N-COUNT

Википедия

Background process

A background process is a computer process that runs behind the scenes (i.e., in the background) and without user intervention. Typical tasks for these processes include logging, system monitoring, scheduling, and user notification. The background process usually is a child process created by a control process for processing a computing task. After creation, the child process will run on its own, performing the task independent of the control process, freeing the control process of performing that task.

On a Windows system, a background process is either a computer program that does not create a user interface, or a Windows service. The former are started just as any other program is started, e.g., via Start menu. Windows services, on the other hand, are started by Service Control Manager. In Windows Vista and later, they are run in a separate session. There is no limit to how much a system service or background process can use system resources. Indeed, in the Windows Server family of Microsoft operating systems, background processes are expected to be the principal consumers of system resources.

On a Unix or Unix-like system, a background process or job can be further identified as one whose process group ID differs from its terminal group ID (TGID). (The TGID of a process is the process ID of the process group leader that opened the terminal, which is typically the login shell. The TGID identifies the control terminal of the process group.) This type of process is unable to receive keyboard signals from its parent terminal, and typically will not send output to that terminal. This more technical definition does not distinguish between whether or not the process can receive user intervention. Although background processes are typically used for purposes needing few resources, any process can be run in the background, and such a process will behave like any other process, with the exceptions given above.